home *** CD-ROM | disk | FTP | other *** search
/ PC Media 22 / PC MEDIA CD22.iso / share / udos / disp186a / config.dis < prev    next >
Text File  |  1994-09-26  |  15KB  |  696 lines

  1. #
  2. # lines that begin with '#' are comment lines
  3. # for boolean variable, 1 = YES, 0 = NO
  4.  
  5. # No additional resolution.
  6.  
  7.  
  8. [SYSTEM]
  9.  
  10. overwrite_confirm=1  # boolean
  11.  
  12. # Double click interval : 1 ... 50
  13. #
  14. double_click_time=4
  15.  
  16. # If you want to use mouse, set this to 1
  17. # You must install mouse driver first.
  18. #
  19. need_install_queue=1
  20.  
  21. # Show text in graphic mode.
  22. # You video card must support 640x480 8 bits
  23. #
  24. # This mode slows down the screen output, but needed for preview
  25. #
  26. need_graphic_text=0
  27.  
  28. # Preview image before loaded
  29. # This implies that need_graphic_text=1
  30. #
  31. # Can be changed within DISPLAY if you set 'need_graphic_text' to 1.
  32. #
  33. need_preview=0
  34.  
  35. # Path to find font.(for contact sheet)
  36. # Be sure to use UNIX style, like c:/display/fonts
  37. #
  38. # If not set, this program will :
  39. #    search environment GRXFONT for path
  40. # or set font path to 'DISPLAY_PATH/fonts'
  41. # or set font path to current path
  42. # DISPLAY_PATH is where display.exe resides
  43. #
  44. #font_path=c:/display/fonts
  45.  
  46. # Hi/True Color Card R/G/B order :
  47. # 0 : R/G/B, 1 : B/G/R
  48. #
  49. card_rgb_order=0
  50. apply_to_15_16=0
  51.  
  52. # Pseudo 32 bits in TrueColor mode :
  53. # If the pixel size of your video card is 32 bits in TrueColor mode,
  54. #   set this to 1.
  55. # For example, the Diamond Viper card.
  56. #
  57. pseudo_32_bits=0
  58.  
  59. # If you get black screen when returning from graphic mode
  60. # set this to 1.
  61. #
  62. need_set_page=0  # boolean
  63.  
  64. # Test each graphic mode when program begins to run.
  65. # This will take some time.
  66. #
  67. test_each_mode=0
  68.  
  69. # Default filename mask :
  70. # Use ';' as separator
  71. #   e.g. *.gif;*.jpg;*.tga
  72. #
  73. mask=*
  74.  
  75. # User-defined help file:
  76. # Use CTRL-F1 to view this file
  77. #
  78. # If you don't include path, DISPLAY will search DISPLAY_PATH for
  79. #   this file.
  80. # DISPLAY_PATH is where display.exe resides
  81. #
  82. user_help_file=brief.doc
  83.  
  84. #
  85. # Manually disable some(up to 16) video modes.
  86. # If your video card doesn't support Hi/True Color modes &
  87. #   your video driver does, disable these modes
  88. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  89. #
  90. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  91. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  92. # For additional resolution, Please look at the begin of this file
  93. #
  94. #   Format : video_disable=<display>,<resolution>
  95. #   example: video_disable=0,5 will disable 8-bit,1024x768
  96. # if display < 0, <resolution> for all displays will be disabled
  97. # if resolution < 0, <display> will be disabled
  98. #
  99.  
  100. #
  101. # Bytes per scan line table for TrueColor mode
  102. #   format: bytes_per_line_true=<resolution>,<bytes per line>
  103. #   example: bytes_per_line_true=3,2048
  104. # Default bytes per line are screen_width * bytes_per_pixel
  105. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  106. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  107. # For additional resolution, Please look at the begin of this file
  108. #
  109.  
  110.  
  111. [TEXT]
  112.  
  113. # Text Screen Dimension you prefer :
  114. # Columns. Must >= 80
  115. # Rows. Must >= 25
  116. #
  117. # Will be ignored in graphic text mode.
  118. #
  119. text_columns=80
  120. text_rows=25
  121.  
  122. # Use default text dimension in environment GO32
  123. # and Ignore above setting
  124. #
  125. use_default_text=0
  126.  
  127. # Text item options(boolean):
  128. # dim = dimension. desc = description.
  129. #
  130. display_file_size=1
  131. display_file_date=0
  132. display_file_dim=0
  133. display_file_desc=0
  134.  
  135. # Read image dimension as late as possible.
  136. # Very useful, if there are many files in the directory
  137. # For 'Text item options' only.
  138. #
  139. delay_read_dimension=0  # boolean
  140.  
  141. # by filename = 0, by extension = 1, by size = 2, by date = 3
  142. # no sort = 4
  143. #
  144. sort_file_method=0
  145.  
  146. # Description file name : (Please read DISPLAY.FAQ)
  147. # 'description_file' : description file name in every directory
  148. # 'perm_desc_file'   : description file in specified location
  149. # if you choose 'perm_desc_file', desc. file in current directory
  150. # is ignored
  151. # 'perm' means 'permanent'
  152. #
  153. description_file=DESCRIPT.ION
  154. perm_desc_file=c:\tmp\jsh\work\descript.ion
  155. use_perm_desc=0  # boolean
  156.  
  157. show_hidden_file=1  # boolean
  158. show_desc_file=0  # boolean
  159.  
  160.  
  161. [GRAPHIC]
  162.  
  163. # Initial display & resolution type when program starts up.
  164. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  165. #
  166. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  167. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  168. # For additional resolution, Please look at the begin of this file
  169. #
  170. display_type=3
  171. resolution_type=3
  172.  
  173. # Screen background color : 0...255
  174. #
  175. background_red=0
  176. background_green=0
  177. background_blue=0
  178.  
  179. # display image at center of screen if image is smaller than
  180. # screen.
  181. #
  182. center_image=1  # boolean
  183.  
  184. # Scrolling step: 1% ... 100% of screen dimension
  185. #
  186. scrolling_step=5
  187. page_scrolling_step=50
  188.  
  189. # If set to 1, DISPLAY scrolls image at the rate of 18 steps / second.
  190. # Otherwise as fast as possible
  191. #
  192. use_scroll_timing=0
  193.  
  194. # Big crop step. 1 <= step <= 20
  195. # number of columns or rows to be cropped at one time.
  196. #
  197. big_crop_step=5
  198.  
  199. # Reduce/Enlarge image to screen size when it is displayed.
  200. #
  201. fit_to_screen=0  # boolean
  202. smooth_fitting=0  # boolean
  203. zoom_small_image=0  #boolean
  204.  
  205. # Gamma step : 1% .. 50%
  206. # For keys F1-F8 in graphic mode
  207. #
  208. gamma_step=10
  209.  
  210. # Automatically show mouse cursor in graphic mode
  211. #
  212. auto_show_mouse_cursor=1  # boolean
  213.  
  214.  
  215. [AUTO_SELECTION]
  216.  
  217. # Automatically select screen resolution.
  218. # I suggest that you set this to 1.
  219. #
  220. auto_select_resolution=1  # boolean
  221.  
  222. # Auto selection step(for Hi/True Color Card) :
  223. #   1. If 'auto_display_type_xxxxx' is satisfied, return.
  224. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  225. #
  226. # select_best_resolution(for Hi/True Color Card) :
  227. #   Whether consider resolution when changing display type or not.
  228. #   You must set 'auto_select_resolution' to 1 to enable this.
  229. #
  230. # If your video card supports Hi/True Color,
  231. #   setting 'auto_select_display' to 1 will save your time.
  232. # If you have only 8-bit card, set 'auto_select_display' to 0.
  233. #
  234. auto_select_display=1  # boolean
  235. auto_display_type_first=3
  236. auto_display_type_second=2
  237. auto_display_type_third=1
  238. select_best_resolution=1  # boolean
  239.  
  240. # Auto conversion between 8 & 24 bits images before displaying
  241. #
  242. auto_convert_8_24=1  # boolean
  243.  
  244. # Image viewing parameter :
  245. #
  246. # 1. Auto display image when it is loaded
  247. # 2. Auto go back to main menu after viewing image
  248. #
  249. # If you set 'auto_display_image' to 1, I suggest that you also set
  250. #   'auto_select_resolution' and 'auto_select_display' to 1
  251. #
  252. auto_display_image=0
  253. auto_back_to_main=0
  254.  
  255. # Automatically link 24 bits image to 8 bits image.
  256. # For cropping in graphic mode only.
  257. #
  258. # If 8 bits image is cropped, 24 bits image will be cropped, too.
  259. #
  260. auto_link_24_to_8=0  # boolean
  261.  
  262.  
  263. [PROCESS_CONTROL]
  264.  
  265. # these options influence the quality of your image
  266.  
  267. #
  268. # Quantization : Convert 24-bit image to 8-bit.
  269. #
  270. # Fixed 256 = 0, Median Cut = 1, Median Cut(Better) = 2,
  271. # Grey 256 = 3, Variance Based = 4, Statistical = 5, Current Palette = 6
  272. # Ordered(fast) = 7, Neural Net(256) = 8
  273. #
  274. # If you don't have enough memory or your computer is slow, try to
  275. # use Ordered quantization.  It is the fastest in DISPLAY.
  276. # You can also try Neural Net quant.: better than Ordered quant., fast.
  277. #
  278. quantization=5
  279.  
  280. # The result of dithered image is better than non-dithered.
  281. # Quantization time is longer when dither is on.
  282. # This option is for DISPLAY, not for JPEG.
  283. #
  284. dither_in_quantization=1  # boolean
  285.  
  286. # If you set it to NO, DISPLAY loads 24-bit image from JPEG files.
  287. # Thus you can use the 'quantization' option above to produce 8-bit
  288. # image. If you turn this on(1 Pass,2 Pass, Grey256), DISPLAY loads
  289. # 8-bit image from JPEG file. Actually the quantization is done by
  290. # JPEG decoder. In my opinion, the quantization in DISPLAY is better.
  291. #
  292. # No = 0, 1 Pass = 1, 2 Pass = 2, Grey256 = 3
  293. #
  294. jpeg_quantization=0
  295.  
  296. # 0 : Off,  1 : FS dither,  2 : Ordered dither
  297. # This option has no effect, if 'jpeg_quantization' is NO or Grey256
  298. # Ordered dither works for '1 Pass' quantization only.
  299. # FS dither is better than Ordered dither, but slower.
  300. #
  301. jpeg_color_dither=1
  302.  
  303. # This option controls the speed of JPEG decoder
  304. # 'Fast' produces slightly lower quality image, but faster.
  305. # I don't know if it is really faster.
  306. #
  307. jpeg_fast_decode=1  # boolean
  308.  
  309. # FS = 0, Stucki = 1, JJN = 2
  310. #
  311. bw_dither_method=0
  312.  
  313. # More efficient = 0, Efficient = 1
  314. # For color quantization. Actually, I can't tell the difference.
  315. #
  316. inverse_color_map=0
  317.  
  318. # How to treat 'numbet of color' when 8-bit image is generated/saved.
  319. # I suggest 'No effect'
  320. # Set to Highest Palette number = 0, Remove unused colors = 1,
  321. # Always set to 256 colors = 2, No effect = 3
  322. #
  323. number_of_colors=3
  324.  
  325. # Number of colors for quantization. 2 <= colors <= 256
  326. # This option control both DISPLAY's and JPEG's quantizer
  327. #
  328. quantization_colors=256
  329.  
  330. # Which Photo-CD image to load
  331. #   0 : Base, 768 x 512       1 : Base/4, 384 x 256
  332. #   2 : Base/16, 192 x 128    3 : 4*Base, 1536 x 1024
  333. #
  334. pcd_image_type=0
  335.  
  336. # Gamma correction after image loading:
  337. # 100 = No correction
  338. # 1% <= gamma <= 1000%
  339. #
  340. red_gamma=100
  341. green_gamma=100
  342. blue_gamma=100
  343.  
  344. # Sample factor for Neural Net quantization:
  345. # 1(best,very slow) <= factor <= 80(worst)
  346. #
  347. neuquant_sample_factor=10
  348.  
  349. # Treat 3 planes FITS image as color image
  350. #
  351. read_fits_color=1  # boolean
  352.  
  353. # Use text/binary viewer to view UNKNOWN format image
  354. # If first 1K bytes are printable, use text viewer
  355. # Otherwise use binary viewer
  356. #
  357. view_unknown=0  # boolean
  358.  
  359.  
  360. [COLOR]
  361.  
  362. # Text Color :
  363. # BLACK = 0, BLUE = 1, GREEN = 2, CYAN = 3, RED = 4, MAGENTA = 5,
  364. # BROWN = 6, LIGHTGRAY = 7, DARKGRAY = 8, LIGHTBLUE = 9,
  365. # LIGHTGREEN = 10, LIGHTCYAN = 11, LIGHTRED = 12, LIGHTMAGENTA = 13,
  366. # YELLOW = 14, WHITE = 15
  367. # Blink = Color + 128, for foreground color
  368. # 0 <= Background <= 7
  369. #
  370. directory_color=15      # for dir item in file selection menu
  371. normal_color=11         # for file item in file selection menu
  372. normal_background=1
  373. tag_color=14            # for tagged file
  374. tag_background=5
  375. select_color=0         # for select bar
  376. select_background=3
  377.  
  378. message_color=14        # for text in top, bottom line
  379. message_background=7
  380. disable_color=9        # for disabled item in selection
  381. disable_background=1
  382. brief_color=15
  383.  
  384. menu_color=15
  385. menu_background=2
  386. menu_disable_color=8
  387. menu_frame_color=7
  388. menu_select_background=0
  389.  
  390. dialog_color=14
  391. dialog_background=2
  392. dialog_frame_color=15
  393.  
  394. input_color=15
  395. input_background=1
  396.  
  397. preview_background=1
  398. preview_frame_color=15
  399.  
  400.  
  401. [DEFAULT]
  402.  
  403. # Default :(For command line image reading)
  404. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  405. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  406. # For additional resolution, Please look at the begin of this file
  407. #
  408. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  409. #
  410. default_resolution=3
  411. default_display_type=0
  412.  
  413. # Default movie display type & resolution :
  414. #
  415. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  416. #
  417. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  418. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  419. # For additional resolution, Please look at the begin of this file
  420. #
  421. def_movie_display=2
  422. def_movie_resolution=0
  423.  
  424.  
  425. [CONTACT_SHEET]
  426.  
  427. # Method :
  428. # 0 : Variable box size,  1 : Fixed box size
  429. #
  430. sheet_method=0
  431.  
  432. # Font name :
  433. #
  434. string_font_name=pc8x16.fnt
  435. title_font_name=cour20bi.fnt
  436.  
  437. # Contact sheet title :
  438. # max 49 characters
  439. # format : sheet_title=!any string
  440. #       needed --------^
  441. #
  442. #sheet_title=!
  443.  
  444. # Dimension :
  445. #
  446. sheet_width=800
  447. sheet_height=600
  448. image_min_width=1
  449. image_min_height=1
  450. image_max_width=100000
  451. image_max_height=100000
  452. box_width=80
  453. box_height=80
  454. spacing_horizontal=5
  455. spacing_vertical=5
  456. spacing_image_string=0
  457.  
  458. # Color :
  459. #
  460. sheet_background_red=255
  461. sheet_background_green=255
  462. sheet_background_blue=255
  463. sheet_string_red=0
  464. sheet_string_green=0
  465. sheet_string_blue=0
  466. sheet_title_red=0
  467. sheet_title_green=0
  468. sheet_title_blue=255
  469.  
  470. # Text option :
  471. #
  472. # 0 : Filename only    / string1
  473. # 1 : Filename & Dim.  / string1 & string2
  474. # 2 : Dimension only   / string2
  475. # 3 : None
  476. #
  477. sheet_text_option=1
  478.  
  479. auto_adjust=1  # Automatically adjust spacing
  480.  
  481. # Resize step in preview screen (%) : 1 <= step <= 50
  482. #
  483. resize_step=5
  484.  
  485.  
  486. [SLIDE_SHOW]
  487.  
  488. # Slide show parameters :
  489. #
  490. def_slide_resolution=3
  491. def_slide_display=0
  492. slide_fit=0  # fit to screen ?
  493. slide_scroll=0  # allow to scroll ?
  494. slide_enlarge_small=0  # enlarge small image ?
  495. slide_smooth_fit=0  # smooth fitting ?
  496. slide_preserve=1  # preserve aspect ratio ?
  497. slide_keep_tag=1  # keep tag ?
  498. slide_auto_res=0  # auto change resolution ?
  499. slide_auto_disp=0  # auto change display ?
  500. slide_show_name=0  # show filename ?
  501. slide_time=2  # delay time
  502. slide_loop=0  # loop count
  503.  
  504. # Slide Show Effects:
  505. #
  506. # 0 : Random
  507. # 1 : Normal,    2 : Palette Fade, 3 : Wipe Out,  4 : Wipe In,
  508. # 5 : Line Down, 6 : Line Up,      7 : Line Left, 8 : Line right,
  509. # 9 : Block
  510. #
  511. special_effect=4
  512. random_order=0  # boolean
  513.  
  514. # Delay for each effect step
  515. #
  516. slide_effect_delay=5
  517.  
  518.  
  519. [BATCH_CONVERT]
  520.  
  521. # For batch conversion.
  522. #
  523. # To change this section:
  524. #   Edit the fields for batch conversion inside DISPLAY and
  525. #   make them the default and then save the config.dis file (Alt-S)
  526. #
  527. # You can delete the following entries.
  528. #
  529. # =====  BUT DON'T EDIT  =====
  530. #
  531.  
  532.  
  533. [TEXT_VIEWER]
  534.  
  535. #
  536. # 0 : ASCII mode, 1 : HEX mode.
  537. #
  538. def_binary_display_mode=1
  539.  
  540.  
  541. [JPEG]
  542.  
  543. #
  544. # Quality : 5..100, Smooth : 0..100
  545. # Please read DISPLAY.FAQ for more information
  546. #
  547. quality=90
  548. optimize=1  # boolean
  549. smooth=0
  550. jpeg_fast_encode=0  # boolean
  551.  
  552. [SUN_RASTER]
  553.  
  554. #
  555. use_rle=1  # boolean
  556.  
  557.  
  558. [PBM]
  559.  
  560. #
  561. use_raw=1  # boolean
  562.  
  563.  
  564. [TARGA]
  565.  
  566. #
  567. use_rle=1  # boolean
  568.  
  569.  
  570. [WINBMP]
  571.  
  572. #
  573. use_rle=1  # boolean
  574.  
  575.  
  576. [GEM]
  577.  
  578. #
  579. # Plane : 1..8
  580. #
  581. number_of_plane=8
  582.  
  583.  
  584. [XPM]
  585.  
  586. #
  587. # Version : 1 or 3
  588. #
  589. version=1
  590. ascii_name=0  # boolean
  591.  
  592.  
  593. [TIFF]
  594.  
  595. #
  596. # 0 : None, 1 : LZW, 2 : PACKBITS, 3 : FAX3, 4 : FAX4
  597. #
  598. compression=1  # boolean
  599.  
  600.  
  601. [ILBM]
  602.  
  603. #
  604. # Ham bit : 4..6
  605. #
  606. use_rle=1  # boolean
  607. use_ham=0  # boolean
  608. ham_bit=4
  609.  
  610.  
  611. [LASER]
  612.  
  613. #
  614. # dpi = 75, 100, 150, 300.
  615. #
  616. dpi=300
  617.  
  618.  
  619. [YUV]
  620.  
  621. #
  622. ccir601=0  # boolean
  623. split_file=0  # boolean
  624.  
  625.  
  626. [POSTSCRIPT]
  627.  
  628. #
  629. # US Letter = 0, A4 = 1, B5 = 2, US Legal = 3, 11"x17" = 4,
  630. # 4 by 5 = 5, 35mm slide = 6
  631. #
  632. paper_size=1
  633.  
  634. #
  635. # Portrait = 0, Landscape = 1
  636. #
  637. orientation=0
  638.  
  639. #
  640. compress=1  # boolean
  641.  
  642. #
  643. max_image=0  # boolean
  644.  
  645. #
  646. # Standard dot per inch for 100% scale
  647. #   36 <= dpi <= 144, default is 72
  648. #
  649. standard_dpi=72
  650.  
  651.  
  652. [MPEG_MOVIE]
  653.  
  654. # Default MPEG display type & resolution :
  655. #
  656. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  657. #
  658. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  659. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  660. # For additional resolution, Please look at the begin of this file
  661. #
  662. mpeg_display=0
  663. mpeg_resolution=0
  664.  
  665. # Dithering method for 8-bit display :
  666. # Gray = 0, FS2 = 1, FS4 = 2, Ordered2 = 3, Ordered = 4
  667. #
  668. mpeg_dither=4
  669.  
  670. # number of levels for L , Cr , Cb (8-bit display only)
  671. #  L,Cr,Cb >= 2 and L * Cr * Cb <= 256
  672. #
  673. mpeg_level=16,4,4
  674.  
  675.  
  676. [IFF_ANIM]
  677.  
  678. #
  679. have_loop_back_frame=1  # boolean
  680.  
  681.  
  682. [WINDOWS_ICON]
  683.  
  684. #
  685. # Icon size:
  686. # 0 : 16 x 16,  1 : 32 x 32,  2 : 64 x 64
  687. #
  688. icon_size=1
  689.  
  690. #
  691. # Color flavor:
  692. # 0 : None(Grey), 1 : Red, 2 : Green, 3 : Blue, 4 : Yellow,
  693. # 5 : Magenta, 6 : Cyan
  694. #
  695. icon_color=0
  696.